﻿.banner {
    position: relative;
}

.mz_Content {
    position: relative;
    width: 1200px;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    background: transparent;
    height: 100%;
    z-index: 999;
}

.mzbanner_video {
    position: absolute;
    width: 475px;
    height: 287px;
    border: 1px solid #fff;
    top: 50%;
    margin-top: -130px;
    z-index: 99;
    right: 52px;
}

.mz_bannerif {
    margin: 6px auto;
    display: block;
}

.box10 .accordion-box ul li .right .title {
    font-size: 20px;
}

.box1 .tit {
    font-family: none;
}

.keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heart {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.fixedX {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
}


/*次导航*/
.navigation {
    padding: 20px 0;
    background: #f5f5f5;
}

    .navigation ul {
        margin: 0 auto;
        width: 1200px;
    }

    .navigation li {
        float: left;
        margin-left: 10px;
        box-shadow: 0 0 0 #fff;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

        .navigation li:hover {
            border-radius: 2px;
            -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
            box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 12px 0px;
            -webkit-transform: translate3d(0,-2px,0);
            transform: translate3d(0,-2px,0);
        }

        .navigation li a {
            display: block;
            padding: 13px 15px;
            width: 160px;
            height: 64px;
            background-color: #fff;
            -webkit-transition: all .3s ease;
            transition: all .3s ease;
        }

            .navigation li a:hover {
                -webkit-transform: translate3d(0,-2px,0);
                transform: translate3d(0,-2px,0);
            }

                .navigation li a:hover h5 {
                    color: #de2f38;
                }

                .navigation li a:hover span {
                    color: #de2f38;
                }
.footer dl {
    margin: 20px 49px 0 0;
}

    .footer dl.aboutus {
        width: 363px;
    }